home *** CD-ROM | disk | FTP | other *** search
/ 3D Images / 3D Images.iso / programs / amiga / icoons / source / knotinfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-12  |  605 b   |  24 lines

  1. /* :ts=8 */
  2. #ifndef KNOTINFO_H
  3. #define KNOTINFO_H
  4.  
  5. void KnotInfo_Show_Pos(Vector_T Pos);
  6. void KnotInfo_Show_Spline_Info(double Tension, double Bias, double Continuity);
  7. void KnotInfo_Show_Info(Spline_T *Spline, Knot_T *Knot);
  8.  
  9. void Handle_G_SplineId(void);
  10. void Handle_G_KnotPos(void);
  11. void Handle_G_KnotPosX(void);
  12. void Handle_G_KnotPosY(void);
  13. void Handle_G_KnotPosZ(void);
  14. void Handle_G_KnotId(void);
  15. void Handle_G_Tension_Value(void);
  16. void Handle_G_Bias_Value(void);
  17. void Handle_G_Continuity_Value(void);
  18. void Handle_G_Tension(void);
  19. void Handle_G_Bias(void);
  20. void Handle_G_Continuity(void);
  21.  
  22.  
  23. #endif
  24.